home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-11 | 654 b | 28 lines |
- SHELL=/bin/sh
-
- # WARNING!
- # The OGLT subtree is now activated for recompiles in
- # OGLT/Examples/GIS/src/
- # OGLT/Examples/ImageProcessing/src/
- # OGLT/Examples/ImageProcessing/src.shakib/
- # OGLT/Examples/TerrainFollowing/src/
- # OGLT/Examples/TerrainFollowing/src.hansen/
- # OGLT/Examples/Video/src/
- # OGLT/Examples/VolumeRendering/src/
- #
- # To deactivate automatic recompilation, edit the file
- # tutorials/Makefile (equivalent to ../../../Makefile)
-
-
- all:
- cd src; $(MAKE)
- cd src.shakib; $(MAKE)
-
- clean:
- cd src; $(MAKE) clean
- cd src.shakib; $(MAKE) clean
-
- clobber:
- cd src; $(MAKE) clobber
- cd src.shakib; $(MAKE) clobber
-